withGroup

inline fun <R> withGroup(name: String, block: () -> R): R

Executes block within a fordable output group of name.

Sources

js source
Link copied to clipboard